[INFO] fetching crate index_alloc 0.1.1...
[INFO] testing index_alloc-0.1.1 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate index_alloc 0.1.1 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate index_alloc 0.1.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate index_alloc 0.1.1
[INFO] tweaked toml for crates.io crate index_alloc 0.1.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate index_alloc 0.1.1 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate index_alloc 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c97285d0d477565606bde35aaf8af4ff5831d2c7fc1aa0ef9c0230677630faaa
[INFO] running `Command { std: "docker" "start" "-a" "c97285d0d477565606bde35aaf8af4ff5831d2c7fc1aa0ef9c0230677630faaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c97285d0d477565606bde35aaf8af4ff5831d2c7fc1aa0ef9c0230677630faaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c97285d0d477565606bde35aaf8af4ff5831d2c7fc1aa0ef9c0230677630faaa", kill_on_drop: false }`
[INFO] [stdout] c97285d0d477565606bde35aaf8af4ff5831d2c7fc1aa0ef9c0230677630faaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2cc1a8330f4dd4fa3b670dedd3ca425e416e2e4c4eea3e1388225536617a10be
[INFO] running `Command { std: "docker" "start" "-a" "2cc1a8330f4dd4fa3b670dedd3ca425e416e2e4c4eea3e1388225536617a10be", kill_on_drop: false }`
[INFO] [stderr]    Compiling index_alloc v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/rc.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/lib.rs:167:5
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 152 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 153 |         val: U,
[INFO] [stdout] 154 |     ) -> Result<Box<T, MEMORY_SIZE, INDEX_SIZE>, IndexError>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 154 |     ) -> Result<Box<'a, T, MEMORY_SIZE, INDEX_SIZE>, IndexError>
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] running `Command { std: "docker" "inspect" "2cc1a8330f4dd4fa3b670dedd3ca425e416e2e4c4eea3e1388225536617a10be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cc1a8330f4dd4fa3b670dedd3ca425e416e2e4c4eea3e1388225536617a10be", kill_on_drop: false }`
[INFO] [stdout] 2cc1a8330f4dd4fa3b670dedd3ca425e416e2e4c4eea3e1388225536617a10be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e3b4b5ced5d44c7e0bca4d72690a7bea398e01b789fbf7af84d5999a6a5aeff9
[INFO] running `Command { std: "docker" "start" "-a" "e3b4b5ced5d44c7e0bca4d72690a7bea398e01b789fbf7af84d5999a6a5aeff9", kill_on_drop: false }`
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/rc.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/lib.rs:167:5
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling index_alloc v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 152 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 153 |         val: U,
[INFO] [stdout] 154 |     ) -> Result<Box<T, MEMORY_SIZE, INDEX_SIZE>, IndexError>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 154 |     ) -> Result<Box<'a, T, MEMORY_SIZE, INDEX_SIZE>, IndexError>
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new_weak` is never used
[INFO] [stdout]   --> examples/rc_graph.rs:18:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<'a, T> Link<'a, T> {
[INFO] [stdout]    | ----------------------- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 18 |     fn new_weak(node: Weak<'a, Node<'a, T>, MEMORY_SIZE, INDEX_SIZE>) -> Self {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/rc.rs:193:5
[INFO] [stdout]     |
[INFO] [stdout] 193 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/lib.rs:167:5
[INFO] [stdout]     |
[INFO] [stdout] 167 |     #[must_use]
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:154:17
[INFO] [stdout]     |
[INFO] [stdout] 152 |         &'a self,
[INFO] [stdout]     |          -- the lifetime is named here
[INFO] [stdout] 153 |         val: U,
[INFO] [stdout] 154 |     ) -> Result<Box<T, MEMORY_SIZE, INDEX_SIZE>, IndexError>
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]     |
[INFO] [stdout] 154 |     ) -> Result<Box<'a, T, MEMORY_SIZE, INDEX_SIZE>, IndexError>
[INFO] [stdout]     |                     +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.07s
[INFO] running `Command { std: "docker" "inspect" "e3b4b5ced5d44c7e0bca4d72690a7bea398e01b789fbf7af84d5999a6a5aeff9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3b4b5ced5d44c7e0bca4d72690a7bea398e01b789fbf7af84d5999a6a5aeff9", kill_on_drop: false }`
[INFO] [stdout] e3b4b5ced5d44c7e0bca4d72690a7bea398e01b789fbf7af84d5999a6a5aeff9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 090dd58882235f0453ea6e222670232223be9be20fd4b243a64ff9c041577b75
[INFO] running `Command { std: "docker" "start" "-a" "090dd58882235f0453ea6e222670232223be9be20fd4b243a64ff9c041577b75", kill_on_drop: false }`
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] 
[INFO] [stderr]    --> src/rc.rs:193:5
[INFO] [stdout] running 10 tests
[INFO] [stderr]     |
[INFO] [stdout] test boxed::tests::test_box_allocation ... ok
[INFO] [stderr] 193 |     #[must_use]
[INFO] [stdout] test index::tests::test_index_merge ... ok
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stdout] test index::tests::test_split_region ... ok
[INFO] [stderr]     |
[INFO] [stdout] test index::tests::test_index_sort ... ok
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout] test rc::tests::test_rc_counting ... ok
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stdout] test rc::tests::test_rc_allocation ... ok
[INFO] [stderr]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test rc::tests::test_weak_counting ... ok
[INFO] [stderr] 
[INFO] [stdout] test rc::tests::test_weak_on_dropped_value ... ok
[INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout] test index::tests::test_available_index ... ok
[INFO] [stderr]    --> src/lib.rs:167:5
[INFO] [stdout] test index::tests::test_index_size_region_available ... ok
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 167 |     #[must_use]
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]     = help: `#[must_use]` can be applied to data types, foreign functions, functions, inherent methods, provided trait methods, required trait methods, and traits
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]    --> src/lib.rs:154:17
[INFO] [stderr]     |
[INFO] [stderr] 152 |         &'a self,
[INFO] [stderr]     |          -- the lifetime is named here
[INFO] [stderr] 153 |         val: U,
[INFO] [stderr] 154 |     ) -> Result<Box<T, MEMORY_SIZE, INDEX_SIZE>, IndexError>
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]     |
[INFO] [stderr] 154 |     ) -> Result<Box<'a, T, MEMORY_SIZE, INDEX_SIZE>, IndexError>
[INFO] [stderr]     |                     +++
[INFO] [stderr] 
[INFO] [stderr] warning: `index_alloc` (lib) generated 3 warnings (run `cargo fix --lib -p index_alloc` to apply 3 suggestions)
[INFO] [stderr] warning: associated function `new_weak` is never used
[INFO] [stderr]   --> examples/rc_graph.rs:18:8
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl<'a, T> Link<'a, T> {
[INFO] [stderr]    | ----------------------- associated function in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 18 |     fn new_weak(node: Weak<'a, Node<'a, T>, MEMORY_SIZE, INDEX_SIZE>) -> Self {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `index_alloc` (example "rc_graph") generated 1 warning
[INFO] [stderr] warning: `index_alloc` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/index_alloc-615be80008bc9bd5)
[INFO] [stderr]    Doc-tests index_alloc
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/lib.rs - (line 16) ... ok
[INFO] [stdout] test src/rc.rs - rc::Weak (line 254) ... ok
[INFO] [stdout] test src/rc.rs - rc::Rc (line 103) ... ok
[INFO] [stdout] test src/lib.rs - IndexAllocator (line 45) ... ok
[INFO] [stdout] test src/rc.rs - rc::Rc<'a,T,MEMORY_SIZE,INDEX_SIZE>::clone (line 180) ... ok
[INFO] [stdout] test src/boxed.rs - boxed::Box (line 15) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "090dd58882235f0453ea6e222670232223be9be20fd4b243a64ff9c041577b75", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "090dd58882235f0453ea6e222670232223be9be20fd4b243a64ff9c041577b75", kill_on_drop: false }`
[INFO] [stdout] 090dd58882235f0453ea6e222670232223be9be20fd4b243a64ff9c041577b75
